home *** CD-ROM | disk | FTP | other *** search
/ Asia X / Asia X.iso / mac / ASIAWIN / PIX / SLIDESHO.DIR / 00023.ls < prev    next >
Encoding:
Text File  |  1995-09-11  |  305 b   |  16 lines

  1. on exitFrame
  2.   global gSlideSpeed
  3.   startTimer()
  4.   repeat while the timer < (gSlideSpeed * 10 * 60)
  5.     nothing()
  6.   end repeat
  7.   songUpdate()
  8.   set mtime to the movieTime of sprite 3
  9.   set the movieTime of sprite 3 to mtime + 60
  10.   go(the frame)
  11. end
  12.  
  13. on enterFrame
  14.   set the movieRate of sprite 3 to 0
  15. end
  16.